{extends file="get_usermod:layouts/main/layout.html"} {block name="content"}
{if $displayErrorDetails}

{$title}

Details

{foreach $errorInformation as $errorInfo}
{$errorInfo.title}
{$errorInfo.msg}
{/foreach}

Trace

{$trace}
{else}

{$title}

{/if}
{/block}